home *** CD-ROM | disk | FTP | other *** search
/ MPEG Toolkit / MPEG Toolkit.iso / dos / mpeg2v10 / readme.pc < prev   
Text File  |  1997-01-01  |  2KB  |  63 lines

  1.  
  2.                          MPEG2DEC.EXE / MPEG2ENC.EXE
  3.                          ===========================
  4.                 MPEG-2 Encoder / Decoder, Version 1.0, May 1994
  5.  
  6.                         MPEG Software Simulation Group
  7.                              (MPEG-L@netcom.com)
  8.  
  9.  
  10. This archive contains precompiled executables of mpeg2encode and
  11. mpeg2decode for MSDOS. The programs are mpeg2enc.exe and mpeg2dec.exe.
  12. They require at least a '386, for mpeg2enc.exe a '387 is strongly
  13. recommended.
  14.  
  15. For usage of the programs refer to the documentation in the source code
  16. distribution.
  17.  
  18. The programs may need up to 2-3 MB of RAM to run without paging. Don't
  19. reserve all your free memory for a RAMDISK or EMS. This can drastically
  20. reduce performance.
  21.  
  22. If the programs complain about the CPU not being in real mode, you have
  23. an EMS emulator installed with the option -noems. You need to remove
  24. this option.
  25.  
  26. If the programs exit with a 'malloc failed' error message you don't
  27. have enough RAM available. In this case make sure the environment
  28. variable GO32TMP points to a directory on you hard disk with sufficient
  29. room for the paging file.
  30.  
  31. If you don't have a math coprocessor, you have to enter
  32.  
  33.   set go32=emu c:\mpeg2\emu387
  34.  
  35. replacing the path with the appropriate one for your installation. This
  36. activates an emulator for floating-point instructions. In this case the
  37. encoder runs about 10 times slower than with a '387.
  38.  
  39. The programs in this archive are compiled with GNU gcc into 32 bit flat
  40. memory code and therefore need a 32 bit DOS extender to run under MSDOS.
  41. The .exe files include the DOS extender GO32 (version 1.11maint4) by
  42. DJ Delorie. Sources and executables of the complete development system
  43. (DJGPP) can be obtained from:
  44.  
  45. File location:
  46.  
  47.     host:      omnigate.clarkson.edu
  48.     login:     ftp
  49.     password:  send your e-mail address
  50.     directory: ~ftp/pub/msdos/djgpp
  51.  
  52. Acknowledgements:
  53.  
  54. DJGPP is
  55.  
  56.    Copyright (C) DJ Delorie
  57.                  24 Kirsten Ave
  58.                  Rochester NH  03867-2954
  59.  
  60. This product includes software developed by the University of California,
  61. Berkeley and its contributors.
  62.  
  63.